GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / PrintGetMargins Method





In This Topic
PrintGetMargins Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Sub PrintGetMargins( _
   ByRef LeftMargin As Single, _
   ByRef TopMargin As Single _
) 
public void PrintGetMargins( 
   ref float LeftMargin,
   ref float TopMargin
)
public procedure PrintGetMargins( 
   var  LeftMargin: Single;
   var  TopMargin: Single
); 
public function PrintGetMargins( 
   LeftMargin : float,
   TopMargin : float
);
public: void PrintGetMargins( 
   ref float LeftMargin,
   ref float TopMargin
) 
public:
void PrintGetMargins( 
   float% LeftMargin,
   float% TopMargin
) 

Parameters

LeftMargin
TopMargin
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members